libxl: introduce cpuid interface to domain build
authorAndre Przywara <andre.przywara@amd.com>
Thu, 16 Sep 2010 17:02:40 +0000 (18:02 +0100)
committerAndre Przywara <andre.przywara@amd.com>
Thu, 16 Sep 2010 17:02:40 +0000 (18:02 +0100)
commitd3c4df5c7e9a23e44da0ddd4ca1974543709bf05
treebf3ab602dfee825106fbfa2b37b75b1fbc306ab7
parent497515e5008f5c7a6279233b5f47afbb68f9c5cb
libxl: introduce cpuid interface to domain build

Add a cpuid parameter into libxl_domain_build_info and use
it's content while setting up the domain. This is a only paving the way,
the real functionality is implemented in the later patches.

Signed-off-by: Andre Przywara <andre.przywara@amd.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h
tools/libxl/libxl.idl
tools/libxl/libxl_dom.c
tools/libxl/libxl_internal.h
tools/libxl/xl_cmdimpl.c